home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Utilities
/
Unix
/
CommandMon
/
source
/
UNIXobject.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-12
|
167 b
|
14 lines
/* by Jason Beaver */
#import <objc/Object.h>
@interface UNIXobject:Object
{
id delegate;
}
- execute:(char *)theCommand;
- setDelegate:anObject;
- delegate;
@end